home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d17 / dump0891.arc / DUMP0891.DOC < prev    next >
Text File  |  1991-08-06  |  2KB  |  55 lines

  1.  
  2. DUMPSCR
  3. -------
  4.  
  5. This is similar to the DOS external command GRAPHICS.  After
  6. install, you can dump CGA, EGA, VGA or HERCULES graphic screen to
  7. HP, Epson or IBM compatible printer by press the Shift-PrintScreen
  8. key.  Since the program is a TSR, it should be as small as
  9. possible.  Safety check is at minimum since the program is used
  10. only occasionally.  I have compiled the program to the following
  11. names:
  12.  
  13.   CGA2HP, EGA2HP, VGA2HP, HER2HP, CGA2EP, EGA2EP, VGA2EP, HER2EP.
  14.  
  15. The first three letters stand for screen mode: CGA (640x200), EGA
  16. (640x350), VGA (640x480) or HERCULES (720x348).  The last 2 letters
  17. for printer: HP=Hewlett-Packard and EP=Epson/IBM.  Run one of them
  18. according to your hardware.
  19.  
  20. You should press SHIFT-PRINTSCREEN only when you are in the correct
  21. graphics mode.  Warning: in case of wrong printer or wrong screen
  22. mode (CGA2?? works fine in CGA 320x200 mode and EGA2?? work also in
  23. VGA mode), unexpected printout will happen.  I have test them on
  24. Deskjet 500, Laserjet II, Laserjet III, Epson LQ850 and TOSHIBA
  25. P351 in IBM emulation mode.  
  26.  
  27. Despite many of screen capture programs (including win3) available,
  28. all of them have their limitations. Here are what in my program:
  29.  
  30. * Picture ratio: Screen and printer have different ratio
  31. (length/width). For CGA mode, I print two dots for every one
  32. vertical dots on screen. VGA has the best ratio (about 1.32).
  33.  
  34. * Picture resolution: Lower resolution mode are used on printers,
  35. which usually have much higher resolution than screen.
  36.  
  37. * Page centering: Can be modified only with source code.
  38.  
  39. * Colors: Most commercial screen dump program use shades to
  40. represent color. Sometimes it is better to print background as
  41. white and any other color as black on printer (one of motivation of
  42. my program). Since it is unreliable to detect background, I simply
  43. use black as background color.
  44.  
  45. Please upload this program to any BBS in the original form. The
  46. *.COM programs are free.  If you can contribute with $10, I will
  47. send you program source code listing and compiler instructions
  48. (Turbo C, reads and writes directly to graphics card and printer). 
  49. I can also send it through internet e-mail address if you want.
  50. With $12, I will send the code on disk (5-1/4 or 3-1/2).
  51.  
  52. Yijun Ding, 348 S. Pacific Ave, Pittsburgh PA 15224
  53. (412)361-0858
  54.  
  55.